home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / ko301510.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  37.5 KB  |  996 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1993-94 Electronics for Imaging, Inc. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Created for Sunshine KCP1 Printer
  10. *%EFFileVersion: 2.0
  11. *%EF1File, EFLEPPD
  12.  
  13. *FormatVersion: "4.3"
  14. *FileVersion: "1.1"
  15. *PCFileName: "KO301510.PPD"
  16. *LanguageVersion: English
  17. *LanguageEncoding: ISOLatin1
  18. *Product: "(Konica KL-3015)"
  19. *PSVersion: "(3010.104) 1"
  20. *ModelName: "Konica KL-3015"
  21. *ShortNickName: "Konica KL-3015"
  22. *NickName: "Konica KL-3015"
  23. *Manufacturer: "Konica"
  24. *% rmk submitted 5/21/98
  25.  
  26. *% Protocol test
  27. *%Protocols: BCP TBCP
  28. *% ===================================
  29. *% Emulations and Protocols
  30. *% ===================================
  31. *Protocols:             PJL TBCP
  32. *JCLBegin:              "<1B>%-12345X@PJL JOB<0A>"
  33. *JCLToPSInterpreter:    "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  34. *JCLEnd:                "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  35.  
  36. *% ========= EFIFlags =========
  37.  
  38. *%EFIGroupName DesktopOutput/Output :True
  39. *%EFIGroupName DesktopOptions/Options :True
  40.  
  41. *% ===================================
  42. *% Installable Options
  43. *% ===================================
  44. *OpenGroup: InstallableOptions/Options Installed
  45.  
  46. *%EFIFlags *EFOptionCassette DesktopOptions
  47. *%EFIGroup *EFOptionCassette DesktopOptions/Options
  48. *OpenUI *EFOptionCassette/500 Sheet Tray : Boolean
  49. *DefaultEFOptionCassette: False
  50. *EFOptionCassette True/Installed:                ""
  51. *EFOptionCassette False/Not Installed:   ""
  52. *?EFOptionCassette: "
  53.   save
  54.     FieryXJdict /getfierysysdict known 
  55.            {(%%OPT_CASS) FieryXJdict /getfierysysdict get exec }
  56.         { (False) } 
  57.         ifelse
  58.         = flush 
  59.   restore"
  60. *End
  61. *CloseUI: *EFOptionCassette
  62.  
  63. *%EFIFlags *EFOptionDisk DesktopOptions
  64. *%EFIGroup *EFOptionDisk DesktopOptions/Options
  65. *OpenUI *EFOptionDisk/Disk : Boolean
  66. *DefaultEFOptionDisk: False
  67. *EFOptionDisk True/Installed:                ""
  68. *EFOptionDisk False/Not Installed:   ""
  69. *?EFOptionDisk: "
  70.   save
  71.     FieryXJdict /getfierysysdict known 
  72.            {(%%OPT_DISK) FieryXJdict /getfierysysdict get exec }
  73.         { (False) } 
  74.         ifelse
  75.         = flush 
  76.   restore"
  77. *End
  78. *CloseUI: *EFOptionDisk
  79.  
  80. *OpenUI *InstalledMemory/Printer Memory : PickOne
  81. *DefaultInstalledMemory: 16MB
  82. *InstalledMemory 16MB/16: ""
  83. *InstalledMemory 32MB/32: ""
  84. *InstalledMemory 48MB/48: ""
  85. *InstalledMemory 64MB/64: ""
  86. *InstalledMemory 80MB/80: ""
  87. *InstalledMemory 96MB/96: ""
  88. *?InstalledMemory: " 
  89.   save
  90.     FieryXJdict /getfierysysdict known 
  91.            {(%%OPT_MEM) FieryXJdict /getfierysysdict get exec }
  92.         { (16MB) } 
  93.         ifelse
  94.         = flush 
  95.   restore
  96. "
  97. *End
  98. *CloseUI: *InstalledMemory
  99.  
  100. *CloseGroup: InstallableOptions
  101.  
  102. *% === Options and Constraints =========
  103. *% == Contraints based on Installable options.
  104.  
  105.  
  106. *% **********  Added 2001.04.16  ************************************
  107. *OpenUI *StapleLocation/Stapling Options: PickOne
  108. *DefaultStapleLocation: None
  109. *StapleLocation None/Printer's Current Setting: ""
  110. *CloseUI: *StapleLocation
  111.  
  112.  
  113. *% If optional cassette is not installed, disable access to  Tray3
  114. *UIConstraints: *EFOptionCassette False *InputSlot Tray3
  115. *UIConstraints: *InputSlot Tray3 *EFOptionCassette False
  116.  
  117. *% Contraints between the various UI's
  118.  
  119. *% Cannot have CRDTexts and gray
  120. *UIConstraints: *ColorModel Gray *EFColorCRDText Presentation
  121. *UIConstraints: *ColorModel Gray *EFColorCRDText Photographic
  122. *UIConstraints: *ColorModel Gray *EFColorCRDText OHT 
  123.  
  124. *UIConstraints: *EFColorCRDText Presentation *ColorModel Gray
  125. *UIConstraints: *EFColorCRDText Photographic *ColorModel Gray
  126. *UIConstraints: *EFColorCRDText OHT      *ColorModel Gray
  127.  
  128.  
  129. *% Cannot have CRDGraphics and gray
  130. *UIConstraints: *ColorModel Gray *EFColorCRDGraphics Presentation
  131. *UIConstraints: *ColorModel Gray *EFColorCRDGraphics Photographic
  132. *UIConstraints: *ColorModel Gray *EFColorCRDGraphics OHT 
  133.  
  134. *UIConstraints: *EFColorCRDGraphics Presentation *ColorModel Gray
  135. *UIConstraints: *EFColorCRDGraphics Photographic *ColorModel Gray
  136. *UIConstraints: *EFColorCRDGraphics OHT      *ColorModel Gray
  137.  
  138. *% cannot have CRDImages and gray
  139. *UIConstraints: *ColorModel Gray *EFColorCRDImages Presentation
  140. *UIConstraints: *ColorModel Gray *EFColorCRDImages Photographic
  141. *UIConstraints: *ColorModel Gray *EFColorCRDImages OHT 
  142.  
  143. *UIConstraints: *EFColorCRDImages Presentation *ColorModel Gray
  144. *UIConstraints: *EFColorCRDImages Photographic *ColorModel Gray
  145. *UIConstraints: *EFColorCRDImages OHT      *ColorModel Gray
  146.  
  147. *% Paper size input slot constraints
  148. *% These are the paper sizes the KCP1 accepts
  149. *% LetterSmall and A4Small are used for Transaparency
  150. *% and decrease the imageable area
  151. *% (Letter) All trays
  152. *% (LetterSmall) All trays
  153. *% (A4) All Trays 
  154. *% (A4Small) All trays
  155. *% (Legal) Manual and tray 2 
  156. *% (Executive) Manual and tray 2 
  157. *% (B5) Manual and tray 2
  158. *% (A5) Manual
  159. *% (Env10) Manual
  160. *% (EnvMonarch) Manual
  161. *% (EnvDL) Manual
  162. *% (EnvC5) Manual
  163.  
  164.  
  165. *% These papers can only come in via the manual tray or Tray 2
  166. *% Legal/InputSlot only in tray 1 or 2
  167. *UIConstraints: *PageSize Legal *InputSlot Tray3
  168. *UIConstraints: *InputSlot Tray3 *PageSize Legal
  169.  
  170. *% Executive/InputSlot only in tray 1 or 2
  171. *UIConstraints: *PageSize Executive *InputSlot Tray3
  172. *UIConstraints: *InputSlot Tray3 *PageSize Executive
  173.  
  174. *% B5/InputSlot only in tray 1 or 2
  175. *UIConstraints: *PageSize B5 *InputSlot Tray3
  176. *UIConstraints: *InputSlot Tray3 *PageSize B5
  177.  
  178. *% These papers can only come in via the manual tray Tray 1
  179.  
  180. *% A5/InputSlot
  181. *UIConstraints: *PageSize A5 *InputSlot Tray2
  182. *UIConstraints: *PageSize A5 *InputSlot Tray3
  183. *UIConstraints: *InputSlot Tray2 *PageSize A5
  184. *UIConstraints: *InputSlot Tray3 *PageSize A5
  185.  
  186. *% Env10/InputSlot - also known as Com10 (Comm10)
  187. *UIConstraints: *PageSize Env10 *InputSlot Tray2
  188. *UIConstraints: *PageSize Env10 *InputSlot Tray3
  189. *UIConstraints: *InputSlot Tray2 *PageSize Env10
  190. *UIConstraints: *InputSlot Tray3 *PageSize Env10
  191.  
  192. *% EnvMonarch/InputSlot
  193. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
  194. *UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
  195. *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
  196. *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
  197.  
  198. *% EnvDL/InputSlot
  199. *UIConstraints: *PageSize EnvDL *InputSlot Tray2
  200. *UIConstraints: *PageSize EnvDL *InputSlot Tray3
  201. *UIConstraints: *InputSlot Tray2 *PageSize EnvDL
  202. *UIConstraints: *InputSlot Tray3 *PageSize EnvDL
  203.  
  204. *% EnvC5/InputSlot
  205. *UIConstraints: *PageSize EnvC5 *InputSlot Tray2
  206. *UIConstraints: *PageSize EnvC5 *InputSlot Tray3
  207. *UIConstraints: *InputSlot Tray2 *PageSize EnvC5
  208. *UIConstraints: *InputSlot Tray3 *PageSize EnvC5
  209.  
  210. *% Corresponding PageRegion contraints:
  211. *% These papers can only come in via the manual tray or Tray 2
  212. *% Legal/InputSlot only in tray 1 or 2
  213. *UIConstraints: *PageRegion Legal *InputSlot Tray3
  214. *UIConstraints: *InputSlot Tray3 *PageRegion Legal
  215.  
  216. *% Executive/InputSlot only in tray 1 or 2
  217. *UIConstraints: *PageRegion Executive *InputSlot Tray3
  218. *UIConstraints: *InputSlot Tray3 *PageRegion Executive
  219.  
  220. *% B5/InputSlot only in tray 1 or 2
  221. *UIConstraints: *PageRegion B5 *InputSlot Tray3
  222. *UIConstraints: *InputSlot Tray3 *PageRegion B5
  223.  
  224. *% These papers can only come in via the manual tray Tray 1
  225.  
  226. *% A5/InputSlot
  227. *UIConstraints: *PageRegion A5 *InputSlot Tray2
  228. *UIConstraints: *PageRegion A5 *InputSlot Tray3
  229. *UIConstraints: *InputSlot Tray2 *PageRegion A5
  230. *UIConstraints: *InputSlot Tray3 *PageRegion A5
  231.  
  232. *% Env10/InputSlot - also known as Com10 (Comm10)
  233. *UIConstraints: *PageRegion Env10 *InputSlot Tray2
  234. *UIConstraints: *PageRegion Env10 *InputSlot Tray3
  235. *UIConstraints: *InputSlot Tray2 *PageRegion Env10
  236. *UIConstraints: *InputSlot Tray3 *PageRegion Env10
  237.  
  238. *% EnvMonarch/InputSlot
  239. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
  240. *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
  241. *UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
  242. *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
  243.  
  244. *% EnvDL/InputSlot
  245. *UIConstraints: *PageRegion EnvDL *InputSlot Tray2
  246. *UIConstraints: *PageRegion EnvDL *InputSlot Tray3
  247. *UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
  248. *UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
  249.  
  250. *% EnvC5/InputSlot
  251. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
  252. *UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
  253. *UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
  254. *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
  255.  
  256.  
  257. *% Printer cannot print Color on Legal Size
  258. *UIConstraints: *PageSize Legal *ColorModel CMYK
  259. *UIConstraints: *ColorModel CMYK *PageSize Legal
  260. *UIConstraints: *PageRegion Legal *ColorModel CMYK
  261. *UIConstraints: *ColorModel CMYK *PageRegion Legal
  262.  
  263. *% tray and media constraints: 
  264. *UIConstraints: *MediaType Labels *InputSlot Tray2
  265. *UIConstraints: *MediaType Labels *InputSlot Tray3
  266. *UIConstraints: *InputSlot Tray2 *MediaType Labels
  267. *UIConstraints: *InputSlot Tray3 *MediaType Labels
  268.  
  269. *UIConstraints: *MediaType Transparent *InputSlot Tray2
  270. *UIConstraints: *MediaType Transparent *InputSlot Tray3
  271. *UIConstraints: *InputSlot Tray2 *MediaType Transparent
  272. *UIConstraints: *InputSlot Tray3 *MediaType Transparent
  273.  
  274.  
  275. *%==========================================
  276. *% Disk and Job option constraints 
  277. *%==========================================
  278. *% No Collate or Check & Print functionality without Disk
  279.  
  280. *UIConstraints: *EFOptionDisk False *EFCollate True
  281. *UIConstraints: *EFCollate True *EFOptionDisk False 
  282.  
  283. *UIConstraints: *EFOptionDisk False *EFCheckPrint True
  284. *UIConstraints: *EFCheckPrint True *EFOptionDisk False 
  285.  
  286. *% No Collate or Check & Print together
  287. *UIConstraints: *EFCollate True *EFCheckPrint True
  288. *UIConstraints: *EFCheckPrint True *EFCollate True
  289.  
  290.  
  291. *% General Information and Defaults ===============
  292. *FreeVM: "16777216"
  293. *VMOption 16MB: "16777216"
  294. *VMOption 32MB: "33554432"
  295. *VMOption 48MB: "50331648"
  296. *VMOption 64MB: "67108864"
  297. *VMOption 80MB: "83886080"
  298. *VMOption 96MB: "100663296"
  299. *% *FCacheSize None: 1048576
  300. *FCacheSize 16MB: 1048576
  301.  
  302. *Source: "EtherTalk"
  303. *Source: "Parallel"
  304. *Source: "TCP/IP"
  305. *Source: "Novell IPX"
  306. *Source: "Windows SMB"
  307.  
  308. *%--- System Management
  309.  
  310. *LanguageLevel: "3"
  311. *ColorDevice: True
  312. *ContoneOnly: True
  313. *DefaultColorSpace: CMYK
  314. *TTRasterizer: Type42
  315. *RenderingIntent: Colorimetric
  316.  
  317. *FileSystem: True
  318. *?FileSystem: "
  319.     save
  320.       statusdict /diskstatus known{(True)} {(False)} ifelse = flush
  321.     restore
  322.     "
  323. *End
  324. *Throughput: "15"
  325. *Password: "0"
  326. *ExitServer: "
  327.    count 0 eq
  328.    { false } { true exch startjob } ifelse
  329.    not { (WARNING: Cannot modify initial VM.) =
  330.             (Missing or invalid password.) =
  331.             (Please contact the author of this software.) = flush quit
  332.           } if
  333. "
  334. *End
  335.  
  336. *Reset: "
  337.    count 0 eq
  338.    { false } { true exch startjob } ifelse
  339.    not { (WARNING: Cannot reset printer.) =
  340.             (Missing or invalid password.) =
  341.             (Please contact the author of this software.) = flush quit
  342.           } if
  343.    systemdict /quit get exec
  344.    (WARNING: Printer Reset Failed.) = flush
  345. "
  346. *End
  347.  
  348. *DefaultResolution: 600dpi
  349. *?Resolution: "
  350.     save
  351.       initgraphics
  352.       0 0 moveto currentpoint matrix defaultmatrix transform
  353.       0 72 lineto currentpoint matrix defaultmatrix transform
  354.       3 -1 roll sub dup mul
  355.       3 1 roll exch sub dup mul
  356.       add sqrt round cvi
  357.       (          ) cvs print (dpi) = flush
  358.     restore
  359.     "
  360. *End
  361.  
  362. *AccurateScreensSupport: True
  363. *ScreenFreq: "200"
  364. *ScreenAngle: "90"
  365.  
  366. *%EFIFlags *ColorModel
  367. *%EFIGroup *ColorModel ColorWise/ColorWise
  368. *OpenUI *ColorModel/Color Mode : PickOne
  369. *OrderDependency: 15 AnySetup *ColorModel 
  370. *DefaultColorModel: CMYK
  371. *ColorModel CMYK/CMYK: "
  372.         << /ProcessColorModel /DeviceCMYK >> setpagedevice "
  373. *End
  374. *ColorModel Gray/Grayscale: " 
  375.         << /ProcessColorModel /DeviceGray >> setpagedevice "
  376. *End
  377. *?ColorModel: " currentpagedevice /ProcessColorModel get ==  if "
  378. *CloseUI: *ColorModel
  379.  
  380.  
  381. *% ===================================
  382. *% EFI Color Stuff
  383. *% ===================================
  384.  
  385. *%EFIFlags *EFColorCRDText ColorWise
  386. *%EFIGroup *EFColorCRDText ColorWise/ColorWise
  387. *OpenUI *EFColorCRDText/Color CRD Text : PickOne
  388. *OrderDependency: 20 AnySetup *EFColorCRDText
  389. *DefaultEFColorCRDText: Presentation
  390. *EFColorCRDText None/None: ""
  391. *EFColorCRDText Photographic/Photographic: "
  392.         FieryXJdict /XJDefineTextCRD known
  393.         {
  394.             /Photographic FieryXJdict /XJDefineTextCRD get exec 
  395.         } if"
  396. *End
  397. *EFColorCRDText Presentation/Presentation: "
  398.         FieryXJdict /XJDefineTextCRD known
  399.         {
  400.             /Presentation FieryXJdict /XJDefineTextCRD get exec 
  401.         } if"
  402. *End
  403. *EFColorCRDText OHT/Transparency: "
  404.         FieryXJdict /XJDefineTextCRD known
  405.         {
  406.             /OHT FieryXJdict /XJDefineTextCRD get exec 
  407.         } if"
  408. *End
  409. *CloseUI: *EFColorCRDText
  410.  
  411.  
  412. *%EFIFlags *EFColorCRDGraphics ColorWise
  413. *%EFIGroup *EFColorCRDGraphics ColorWise/ColorWise
  414. *OpenUI *EFColorCRDGraphics/Color CRD Graphics : PickOne
  415. *OrderDependency: 20 AnySetup *EFColorCRDGraphics
  416. *DefaultEFColorCRDGraphics: Presentation
  417. *EFColorCRDGraphics None/None: ""
  418. *EFColorCRDGraphics Photographic/Photographic: "
  419.         FieryXJdict /XJDefineGraphicsCRD known
  420.         {
  421.             /Photographic FieryXJdict /XJDefineGraphicsCRD get exec 
  422.         } if"
  423. *End
  424. *EFColorCRDGraphics Presentation/Presentation: "
  425.         FieryXJdict /XJDefineGraphicsCRD known
  426.         {
  427.             /Presentation FieryXJdict /XJDefineGraphicsCRD get exec 
  428.         } if"
  429. *End
  430. *EFColorCRDGraphics OHT/Transparency: "
  431.         FieryXJdict /XJDefineGraphicsCRD known
  432.         {
  433.             /OHT FieryXJdict /XJDefineGraphicsCRD get exec 
  434.         } if"
  435. *End
  436. *CloseUI: *EFColorCRDGraphics
  437.  
  438.  
  439. *%EFIFlags *EFColorCRDImages ColorWise
  440. *%EFIGroup *EFColorCRDImages ColorWise/ColorWise
  441. *OpenUI *EFColorCRDImages/Color CRD Images : PickOne
  442. *OrderDependency: 20 AnySetup *EFColorCRDImages
  443. *DefaultEFColorCRDImages: Photographic
  444. *EFColorCRDImages None/None: ""
  445. *EFColorCRDImages Photographic/Photographic: "
  446.         FieryXJdict /XJDefineImagesCRD known
  447.         {
  448.             /Photographic FieryXJdict /XJDefineImagesCRD get exec 
  449.         } if"
  450. *End
  451. *EFColorCRDImages Presentation/Presentation: "
  452.         FieryXJdict /XJDefineImagesCRD known
  453.         {
  454.             /Presentation FieryXJdict /XJDefineImagesCRD get exec 
  455.         } if"
  456. *End
  457. *EFColorCRDImages OHT/Transparency: "
  458.         FieryXJdict /XJDefineImagesCRD known
  459.         {
  460.             /OHT FieryXJdict /XJDefineImagesCRD get exec 
  461.         } if"
  462. *End
  463. *CloseUI: *EFColorCRDImages
  464.  
  465.  
  466. *%EFIFlags *EFBrightness ColorWise
  467. *%EFIGroup *EFBrightness ColorWise/ColorWise
  468. *OpenUI *EFBrightness/Brightness :PickOne
  469. *OrderDependency: 55.0 AnySetup *EFBrightness
  470. *DefaultEFBrightness: 00.00
  471. *EFBrightness +0.24/85%  Lightest: " userdict /EFIColordict known {
  472.         userdict /EFIColordict get /SetLightestColAdj known {
  473.            userdict /EFIColordict get /SetLightestColAdj get exec
  474.         } if } if "
  475. *End
  476. *EFBrightness +0.16/90%  Lighter:       " userdict /EFIColordict known {
  477.         userdict /EFIColordict get /SetLighterColAdj known {
  478.            userdict /EFIColordict get /SetLighterColAdj get exec
  479.         } if } if "
  480. *End
  481. *EFBrightness +0.08/95%  Light:         " userdict /EFIColordict known {
  482.         userdict /EFIColordict get /SetLightColAdj known {
  483.            userdict /EFIColordict get /SetLightColAdj get exec
  484.         } if } if "
  485. *End
  486. *EFBrightness 00.00/100% Normal:        ""
  487. *EFBrightness -0.08/105% Dark:  " userdict /EFIColordict known {
  488.         userdict /EFIColordict get /SetDarkColAdj known {
  489.            userdict /EFIColordict get /SetDarkColAdj get exec
  490.         } if } if "
  491. *End
  492. *EFBrightness -0.16/110% Darker:        " userdict /EFIColordict known {
  493.         userdict /EFIColordict get /SetDarkerColAdj known {
  494.            userdict /EFIColordict get /SetDarkerColAdj get exec
  495.         } if } if "
  496. *End
  497. *EFBrightness -0.24/115% Darkest:       " userdict /EFIColordict known {
  498.         userdict /EFIColordict get /SetDarkestColAdj known {
  499.            userdict /EFIColordict get /SetDarkestColAdj get exec
  500.         } if } if "
  501. *End
  502. *?EFBrightness: "(unknown) == flush"
  503. *CloseUI: *EFBrightness
  504.  
  505.  
  506. *%EFIFlags *EFRGBOverride ColorWise
  507. *%EFIGroup *EFRGBOverride ColorWise/ColorWise
  508. *OpenUI *EFRGBOverride/RGB Source :PickOne
  509. *OrderDependency: 63.75 AnySetup *EFRGBOverride
  510. *DefaultEFRGBOverride: sRGB
  511. *EFRGBOverride EFIRGB/EFIRGB: " userdict /EFIColordict known {
  512.         userdict /EFIColordict get /SetRGBColorSpaceBypass known {
  513.            (EFIRGB) userdict /EFIColordict get /SetRGBColorSpaceBypass get exec
  514.         } if } if "
  515. *End
  516. *EFRGBOverride sRGB/sRGB (PC): " userdict /EFIColordict known {
  517.         userdict /EFIColordict get /SetRGBColorSpaceBypass known {
  518.            (SRGB) userdict /EFIColordict get /SetRGBColorSpaceBypass get exec
  519.         } if } if "
  520. *End
  521. *EFRGBOverride Apple13/Apple Standard: " userdict /EFIColordict known {
  522.         userdict /EFIColordict get /SetRGBColorSpaceBypass known {
  523.            (APPLE13) userdict /EFIColordict get /SetRGBColorSpaceBypass get exec
  524.         } if } if "
  525. *End
  526. *EFRGBOverride Off/None: " userdict /EFIColordict known {
  527.         userdict /EFIColordict get /SetRGBColorSpaceBypass known {
  528.            null userdict /EFIColordict get /SetRGBColorSpaceBypass get exec
  529.         } if } if "
  530. *End
  531. *?EFRGBOverride: "(unknown) == flush"
  532. *CloseUI: *EFRGBOverride
  533.  
  534.  
  535. *%EFIFlags *EFSimulation ColorWise
  536. *%EFIGroup *EFSimulation ColorWise/ColorWise
  537. *OpenUI *EFSimulation/CMYK Simulation :PickOne
  538. *OrderDependency: 60.0 AnySetup *EFSimulation
  539. *DefaultEFSimulation: None
  540. *EFSimulation SWOP/SWOP-Coated: " 
  541. userdict /EFIColordict known { 
  542.         userdict /EFIColordict get /SetSlowSimulSpeed known {
  543.            userdict /EFIColordict get /SetSlowSimulSpeed get exec
  544.         } if } if
  545. userdict /EFIColordict known {
  546.         userdict /EFIColordict get /SetCMYKSimul known {
  547.            (SWOP-Coated) userdict /EFIColordict get /SetCMYKSimul get exec
  548.         } if } if "
  549. *End
  550. *EFSimulation DIC/DIC: " 
  551. userdict /EFIColordict known { 
  552.         userdict /EFIColordict get /SetSlowSimulSpeed known {
  553.            userdict /EFIColordict get /SetSlowSimulSpeed get exec
  554.         } if } if
  555. userdict /EFIColordict known {
  556.         userdict /EFIColordict get /SetCMYKSimul known {
  557.            (DIC) userdict /EFIColordict get /SetCMYKSimul get exec
  558.         } if } if "
  559. *End
  560. *EFSimulation Euroscale/Euroscale: " 
  561. userdict /EFIColordict known { 
  562.         userdict /EFIColordict get /SetSlowSimulSpeed known {
  563.            userdict /EFIColordict get /SetSlowSimulSpeed get exec
  564.         } if } if
  565. userdict /EFIColordict known {
  566.         userdict /EFIColordict get /SetCMYKSimul known {
  567.            (Euroscale) userdict /EFIColordict get /SetCMYKSimul get exec
  568.         } if } if "
  569. *End
  570. *EFSimulation None/None: " 
  571. userdict /EFIColordict known { 
  572.         userdict /EFIColordict get /SetFastSimulSpeed known {
  573.            userdict /EFIColordict get /SetFastSimulSpeed get exec
  574.         } if } if 
  575. userdict /EFIColordict known { 
  576.         userdict /EFIColordict get /SetCMYKSimul known {
  577.            (.None) userdict /EFIColordict get /SetCMYKSimul get exec
  578.         } if } if "
  579. *End
  580. *?EFSimulation: "(unknown) == flush"
  581. *CloseUI: *EFSimulation
  582.  
  583.  
  584.  
  585. *% ===================================
  586. *% Mediatype definitions
  587. *% ===================================
  588.  
  589. *OpenUI *MediaType/Media Type : PickOne
  590. *OrderDependency: 50 AnySetup *MediaType
  591. *DefaultMediaType: Plain
  592. *MediaType Plain/Plain: " 
  593.         (printerinfo mediatype PLAIN) =string 
  594.             FieryXJdict /ExtCmdGetExec get exec {pop} if "
  595. *End
  596. *MediaType Transparent/Transparency: " 
  597.         (printerinfo mediatype TRANSPARENCY) =string 
  598.     FieryXJdict /ExtCmdGetExec get exec {pop} if "
  599. *End
  600. *MediaType Labels/Labels: " 
  601.         (printerinfo mediatype LABELS) =string 
  602.     FieryXJdict /ExtCmdGetExec get exec {pop} if "
  603. *End
  604. *?MediaType: " (unknown) == flush"
  605. *CloseUI: *MediaType
  606.  
  607. *% ================================================
  608. *% Collate: driver UI only
  609. *% ================================================
  610.  
  611. *%EFIFlags *EFCollate DesktopOutput
  612. *%EFIGroup *EFCollate  DesktopOutput/Output
  613. *OpenUI *EFCollate/Electronic Collation : Boolean
  614. *OrderDependency: 35 AnySetup *EFCollate
  615. *DefaultEFCollate: False
  616. *EFCollate True/Yes: "(printerinfo proofnprint mopy) =string FieryXJdict /ExtCmdGetExec get exec {pop} if "
  617. *EFCollate False/No: ""
  618. *?EFCollate: " (unknown) == flush"
  619. *CloseUI: *EFCollate
  620.  
  621. *%EFIFlags *EFCheckPrint DesktopOutput
  622. *%EFIGroup *EFCheckPrint  DesktopOutput/Output
  623. *OpenUI *EFCheckPrint/Check && Print :Boolean
  624. *OrderDependency: 50 AnySetup *EFCheckPrint
  625. *DefaultEFCheckPrint: False
  626. *EFCheckPrint True/Yes: " (printerinfo proofnprint on) =string FieryXJdict /ExtCmdGetExec get exec {pop} if "
  627. *EFCheckPrint False/No: ""
  628. *CloseUI: *EFCheckPrint
  629.  
  630. *% ================================================
  631. *% Paper source 
  632. *% ================================================
  633.  
  634. *OpenUI *InputSlot/Paper Source : PickOne
  635. *OrderDependency: 20 AnySetup *InputSlot
  636. *DefaultInputSlot: AutoSelect
  637. *InputSlot AutoSelect/AutoSelect: ""
  638. *InputSlot Tray2/250 Sheet Tray: "(printerinfo trayselect MAIN_CASS) =string  
  639.         FieryXJdict /ExtCmdGetExec get exec {pop} if"
  640. *End
  641. *InputSlot Tray3/500 Sheet Tray: "(printerinfo trayselect OPTIONAL_CASS) =string  
  642.         FieryXJdict /ExtCmdGetExec get exec {pop} if"
  643. *End
  644. *InputSlot ManualFeedTray/Multi Purpose Tray: "(printerinfo trayselect MANUAL_FEED) =string  
  645.         FieryXJdict /ExtCmdGetExec get exec {pop} if
  646.         1 dict dup /ManualFeed true put setpagedevice "
  647. *End
  648. *?InputSlot: "(unknown) == flush"
  649. *CloseUI: *InputSlot
  650.  
  651. *DefaultOutputOrder: Reverse
  652.  
  653. *DefaultTransfer: Null
  654. *Transfer Null: "{ }"
  655. *Transfer Null.Inverse: "{ 1 exch sub }"
  656.  
  657. *% Black substitution is always on.
  658. *DefaultBlackSubstitution: True
  659. *BlackSubstitution True: ""
  660. *?BlackSubstitution: "(True) == flush"
  661.  
  662.  
  663. *% Paper Handling ===================
  664. *% Use these entries to set paper size most of the time, unless there is
  665. *% specific reason to use PageRegion.
  666. *OpenUI *PageSize/Page Size : PickOne
  667. *OrderDependency: 90 AnySetup *PageSize
  668. *DefaultPageSize: Letter
  669. *PageSize Letter/Letter:"
  670.     << /PageSize [612 792] /MediaType (null)
  671.         /InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
  672. *End
  673. *PageSize LetterSmall/Transparency Letter:"
  674.     << /PageSize [612 792] /MediaType (null)
  675.         /InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
  676. *End
  677. *PageSize A4/A4:"
  678.     << /PageSize [595 842] /MediaType (null)
  679.         /InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
  680. *End
  681. *PageSize A4Small/Transparency A4:"
  682.     << /PageSize [595 842] /MediaType (null)
  683.         /InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
  684. *End
  685. *PageSize Legal/Legal: " 
  686.     << /PageSize [612 1008] /MediaType (null)
  687.         /InputAttributes << 0 << /PageSize [612 1008] /MediaType (null) >> >> >> setpagedevice "
  688. *End
  689. *PageSize Executive/Exec: "
  690.     << /PageSize [522 756] /MediaType (null)
  691.         /InputAttributes << 0 << /PageSize [522 756] /MediaType (null) >> >> >> setpagedevice "
  692. *End
  693. *PageSize B5/B5: "
  694.     << /PageSize [516 729] /MediaType (null)
  695.         /InputAttributes << 0 << /PageSize [516 729] /MediaType (null) >> >> >> setpagedevice "
  696. *End
  697. *PageSize A5/A5: "
  698.     << /PageSize [420 595] /MediaType (null)
  699.         /InputAttributes << 0 << /PageSize [420 595] /MediaType (null) >> >> >> setpagedevice "
  700. *End
  701. *PageSize Env10/EnvCom-10: "
  702.     << /PageSize [297 684] /MediaType (null)
  703.         /InputAttributes << 0 << /PageSize [297 684] /MediaType (null) >> >> >> setpagedevice "
  704. *End
  705. *PageSize EnvMonarch/EnvMonarch: "
  706.     << /PageSize [279 540] /MediaType (null)
  707.         /InputAttributes << 0 << /PageSize [279 540] /MediaType (null) >> >> >> setpagedevice "
  708. *End
  709. *PageSize EnvDL/EnvDL: " 
  710.     << /PageSize [312 624] /MediaType (null)
  711.         /InputAttributes << 0 << /PageSize [312 624] /MediaType (null) >> >> >> setpagedevice "
  712. *End
  713. *PageSize EnvC5/EnvC5: " 
  714.     << /PageSize [459 649] /MediaType (null) 
  715.         /InputAttributes << 0 << /PageSize [459 649] /MediaType (null) >> >> >> setpagedevice "
  716. *End
  717.  
  718.  
  719. *?PageSize: "
  720.     save currentpagedevice /PageSize get aload pop
  721.     2 copy gt {exch} if (Unknown) 
  722.     12 dict
  723.     dup [612 792] (Letter) put
  724.     dup [612 793] (LetterSmall) put
  725.     dup [595 842] (A4) put
  726.     dup [595 843] (A4Small) put
  727.     dup [612 1008] (Legal) put
  728.     dup [522 756] (Executive) put
  729.     dup [516 729] (B5) put
  730.     dup [420 595] (A5) put
  731.     dup [297 684] (Env10) put
  732.     dup [279 540] (EnvMonarch) put
  733.     dup [312 624] (EnvDL) put
  734.     dup [459 649] (EnvC5) put
  735.  
  736.     { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  737.       { exch pop exit } { pop } ifelse
  738.     } bind forall = flush pop pop
  739.     restore "
  740. *End
  741. *CloseUI: *PageSize
  742.  
  743. *% These entries will set up the frame buffer. Usually used with manual feed.
  744. *OpenUI *PageRegion : PickOne
  745. *OrderDependency: 95 AnySetup *PageRegion
  746. *DefaultPageRegion: Letter
  747. *PageRegion Letter/Letter:" 
  748.     << /PageSize [612 792] /MediaType (null)
  749.         /InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
  750. *End
  751. *PageRegion LetterSmall/Transparency Letter:" 
  752.     << /PageSize [612 792] /MediaType (null)
  753.         /InputAttributes << 0 << /PageSize [612 792] /MediaType (null) >> >> >> setpagedevice "
  754. *End
  755. *PageRegion A4/A4: " 
  756.     << /PageSize [595 842] /MediaType (null) 
  757.         /InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
  758. *End
  759. *PageRegion A4Small/Transparency A4: " 
  760.     << /PageSize [595 842] /MediaType (null) 
  761.         /InputAttributes << 0 << /PageSize [595 842] /MediaType (null) >> >> >> setpagedevice "
  762. *End
  763. *PageRegion Legal/Legal: " 
  764.     << /PageSize [612 1008] /MediaType (null)
  765.         /InputAttributes << 0 << /PageSize [612 1008] /MediaType (null) >> >> >> setpagedevice "
  766. *End
  767. *PageRegion Executive/Exec: " 
  768.     << /PageSize [522 756] /MediaType (null)
  769.         /InputAttributes << 0 << /PageSize [522 756] /MediaType (null) >> >> >> setpagedevice "
  770. *End
  771. *PageRegion B5/B5: " 
  772.     << /PageSize [516 729] /MediaType (null)
  773.         /InputAttributes << 0 << /PageSize [516 729] /MediaType (null) >> >> >> setpagedevice "
  774. *End
  775. *PageRegion A5/A5: " 
  776.     << /PageSize [420 595] /MediaType (null)
  777.         /InputAttributes << 0 << /PageSize [420 595] /MediaType (null) >> >> >> setpagedevice "
  778. *End
  779. *PageRegion Env10/EnvCom-10: " 
  780.     << /PageSize [297 684] /MediaType (null) 
  781.         /InputAttributes << 0 << /PageSize [297 684] /MediaType (null) >> >> >> setpagedevice "
  782. *End
  783. *PageRegion EnvMonarch/EnvMonarch: " 
  784.     << /PageSize [279 540] /MediaType (null) 
  785.         /InputAttributes << 0 << /PageSize [279 540] /MediaType (null) >> >> >> setpagedevice "
  786. *End
  787. *PageRegion EnvDL/EnvDL: "
  788.     << /PageSize [312 624] /MediaType (null)
  789.         /InputAttributes << 0 << /PageSize [312 624] /MediaType (null) >> >> >> setpagedevice "
  790. *End
  791. *PageRegion EnvC5/EnvC5: "
  792.     << /PageSize [459 649] /MediaType (null)
  793.         /InputAttributes << 0 << /PageSize [459 649] /MediaType (null) >> >> >> setpagedevice "
  794. *End
  795. *CloseUI: *PageRegion
  796.  
  797. *DefaultImageableArea: Letter
  798. *ImageableArea Letter/Letter:           "12 12 600 780"
  799. *ImageableArea LetterSmall/Transparency Letter:           "36 52 576 772"
  800. *ImageableArea A4/A4:                   "12 12 583 830"
  801. *ImageableArea A4Small/Transparency A4:                   "36 60 559 820"
  802. *ImageableArea Legal/Legal:             "12 12 600 996"
  803. *ImageableArea Executive/Exec:          "12 12 510 744"
  804. *ImageableArea B5/B5:                   "12 12 504 717"
  805. *ImageableArea A5/A5:                   "12 12 408 583"
  806. *ImageableArea Env10/EnvCom-10:         "12 12 285 672"
  807. *ImageableArea EnvMonarch/EnvMonarch:   "12 12 267 528"
  808. *ImageableArea EnvDL/EnvDL:             "12 12 300 612"
  809. *ImageableArea EnvC5/EnvC5:             "12 12 447 637"
  810.  
  811. *?ImageableArea: "
  812.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  813.   newpath clippath pathbbox
  814.   4 -2 roll exch 2 {ceiling cvp} repeat
  815.   exch 2 {floor cvp} repeat flush
  816.  restore
  817. "
  818. *End
  819.  
  820. *% These provide the physical dimensions of the paper (by keyword)
  821. *DefaultPaperDimension: Letter
  822. *PaperDimension Letter/Letter: "612 792"
  823. *PaperDimension LetterSmall/Transparency Letter: "612 793"
  824. *PaperDimension A4/A4: "595 842"
  825. *PaperDimension A4Small/Transparency A4: "595 843"
  826. *PaperDimension Legal/Legal:     "612 1008"
  827. *PaperDimension Executive/Exec: "522 756"
  828. *PaperDimension B5/B5: "516 729"
  829. *PaperDimension A5/A5: "420 595"
  830. *PaperDimension Env10/EnvCom-10: "297 684"
  831. *PaperDimension EnvMonarch/EnvMonarch: "279 540"
  832. *PaperDimension EnvDL/EnvDL: "312 624" 
  833. *PaperDimension EnvC5/EnvC5: "459 649" 
  834.  
  835.  
  836. *RequiresPageRegion All: True
  837.  
  838. *% Font Information =========================
  839. *DefaultFont: Courier
  840. *Font AlbertusMT: Standard "(001.000)" Standard Disk
  841. *Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
  842. *Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
  843. *Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
  844. *Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
  845. *Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
  846. *Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
  847. *Font Apple-Chancery: Standard "(002.000)" Standard Disk
  848. *Font Arial-BoldItalicMT: Standard "(002.000)" Standard Disk 
  849. *Font Arial-BoldMT: Standard "(002.000)" Standard Disk
  850. *Font Arial-ItalicMT: Standard "(002.000)" Standard Disk
  851. *Font ArialMT: Standard "(002.000)" Standard Disk
  852. *Font AvantGarde-Book: Standard "(002.000)" Standard Disk
  853. *Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
  854. *Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
  855. *Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
  856. *Font Bodoni: Standard "(001.002)" Standard Disk
  857. *Font Bodoni-Bold: Standard "(001.002)" Standard Disk
  858. *Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
  859. *Font Bodoni-Italic: Standard "(001.002)" Standard Disk
  860. *Font Bodoni-Poster: Standard "(001.002)" Standard Disk
  861. *Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
  862. *Font Bookman-Demi: Standard "(002.000)" Standard Disk
  863. *Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
  864. *Font Bookman-Light: Standard "(002.000)" Standard Disk
  865. *Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
  866. *Font Carta: Standard "(001.001)" Standard Disk
  867. *Font Chicago: Standard "(002.000)" Standard Disk
  868. *Font Clarendon: Standard "(001.001)" Standard Disk
  869. *Font Clarendon-Bold: Standard "(001.001)" Standard Disk
  870. *Font Clarendon-Light: Standard "(001.001)" Standard Disk
  871. *Font CooperBlack: Standard "(001.003)" Standard Disk
  872. *Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
  873. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
  874. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
  875. *Font Coronet-Regular: Standard "(001.000)" Standard Disk
  876. *Font Courier: Standard "(003.000)" Standard Disk
  877. *Font Courier-Bold: Standard "(003.000)" Standard Disk
  878. *Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
  879. *Font Courier-Oblique: Standard "(003.000)" Standard Disk
  880. *Font Eurostile: Standard "(001.002)" Standard Disk
  881. *Font Eurostile-Bold: Standard "(001.001)" Standard Disk
  882. *Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
  883. *Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
  884. *Font Geneva: Standard "(002.000)" Standard Disk
  885. *Font GillSans: Standard "(001.002)" Standard Disk
  886. *Font GillSans-Bold: Standard "(001.001)" Standard Disk
  887. *Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
  888. *Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
  889. *Font GillSans-Condensed: Standard "(001.001)" Standard Disk
  890. *Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
  891. *Font GillSans-Italic: Standard "(001.002)" Standard Disk
  892. *Font GillSans-Light: Standard "(001.001)" Standard Disk
  893. *Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
  894. *Font Goudy: Standard "(001.003)" Standard Disk
  895. *Font Goudy-Bold: Standard "(001.002)" Standard Disk
  896. *Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
  897. *Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
  898. *Font Goudy-Italic: Standard "(001.002)" Standard Disk
  899. *Font Helvetica: Standard "(002.000)" Standard Disk
  900. *Font Helvetica-Bold: Standard "(002.000)" Standard Disk
  901. *Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
  902. *Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
  903. *Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
  904. *Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
  905. *Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
  906. *Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
  907. *Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
  908. *Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
  909. *Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
  910. *Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
  911. *Font HoeflerText-Black: Standard "(002.000)" Standard Disk
  912. *Font HoeflerText-BlackItalic: Standard "(002.000)" Standard Disk
  913. *Font HoeflerText-Italic: Standard "(002.000)" Standard Disk
  914. *Font HoeflerText-Ornaments: Standard "(002.000)" Standard Disk
  915. *Font HoeflerText-Regular: Standard "(002.000)" Standard Disk
  916. *Font JoannaMT: Standard "(001.000)" Standard Disk
  917. *Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
  918. *Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
  919. *Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
  920. *Font LetterGothic: Standard "(001.004)" Standard Disk
  921. *Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
  922. *Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
  923. *Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
  924. *Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
  925. *Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
  926. *Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
  927. *Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
  928. *Font Marigold: Standard "(001.000)" Standard Disk
  929. *Font Monaco: Standard "(002.000)" Standard Disk
  930. *Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
  931. *Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
  932. *Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
  933. *Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
  934. *Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
  935. *Font NewYork: Standard "(002.000)" Standard Disk
  936. *Font Optima: Standard "(001.005)" Standard Disk
  937. *Font Optima-Bold: Standard "(001.005)" Standard Disk
  938. *Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
  939. *Font Optima-Italic: Standard "(001.000)" Standard Disk
  940. *Font Oxford: Standard "(001.000)" Standard Disk
  941. *Font Palatino-Bold: Standard "(002.000)" Standard Disk
  942. *Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
  943. *Font Palatino-Italic: Standard "(002.000)" Standard Disk
  944. *Font Palatino-Roman: Standard "(002.000)" Standard Disk
  945. *Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
  946. *Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
  947. *Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
  948. *Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
  949. *Font Symbol: Standard "(001.008)" Standard Disk
  950. *Font Tekton: Standard "(001.001)" Standard Disk
  951. *Font Times-Bold: Standard "(002.000)" Standard Disk
  952. *Font Times-BoldItalic: Standard "(002.000)" Standard Disk
  953. *Font Times-Italic: Standard "(002.000)" Standard Disk
  954. *Font Times-Roman: Standard "(002.000)" Standard Disk
  955. *Font TimesNewRomanPS-BoldItalicMT: Standard "(002.000)" Standard Disk
  956. *Font TimesNewRomanPS-BoldMT: Standard "(002.000)" Standard Disk
  957. *Font TimesNewRomanPS-ItalicMT: Standard "(002.000)" Standard Disk
  958. *Font TimesNewRomanPSMT: Standard "(002.000)" Standard Disk
  959. *Font Univers: Standard "(001.003)" Standard Disk
  960. *Font Univers-Bold: Standard "(001.003)" Standard Disk
  961. *Font Univers-BoldExt: Standard "(001.000)" Standard Disk
  962. *Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
  963. *Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
  964. *Font Univers-Condensed: Standard "(001.002)" Standard Disk
  965. *Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
  966. *Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
  967. *Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
  968. *Font Univers-Extended: Standard "(001.000)" Standard Disk
  969. *Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
  970. *Font Univers-Light: Standard "(001.003)" Standard Disk
  971. *Font Univers-LightOblique: Standard "(001.003)" Standard Disk
  972. *Font Univers-Oblique: Standard "(001.003)" Standard Disk
  973. *Font Wingdings-Regular: Standard "(002.000)" Standard Disk
  974. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
  975. *Font ZapfDingbats: Standard "(002.000)" Standard Disk
  976. *?FontQuery: "
  977.    save  
  978.    { count 1 gt
  979.       { exch dup 127 string cvs (/) print print (:) print
  980.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  981.       } { exit } ifelse
  982.    } bind loop
  983.    (*) = flush
  984.    restore"
  985. *End
  986.  
  987. *?FontList: "
  988.    save (*) {cvn ==} 128 string /Font resourceforall
  989.    (*) = flush restore"
  990. *End
  991.  
  992.  
  993. *% Properties - Futures - Staple: Yes for Win2000/Whistler(XP)
  994. *% PPD last Modified 15.Dec..2001 KONICA SSC K.AKUTSU
  995. *% End of PPD
  996.